home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / program / prtr1_2.zip / PRTR / DEMO2 / 0007.PR < prev    next >
Text File  |  1994-08-27  |  248b  |  19 lines

  1. $DESCRIPTION:
  2. Version: 4.135
  3.  
  4. Anonymous unions don't compile. For example, the compiler generates an error message when compiling the following code.
  5.  
  6. union
  7. {
  8.   int i;
  9.   float f;
  10. }
  11.  
  12.  
  13. $INVESTIGATION:
  14.  
  15. $RESOLUTION:
  16.  
  17. $VERIFICATION:
  18.  
  19.